home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / ActiveIngredients / communicae / communicae.app / DemoFiles / emacs.cae < prev    next >
Text File  |  1993-09-21  |  880b  |  32 lines

  1. #! communicae
  2. # EMACS editor setup file causes Command+... to be Meta (top bit on) chars.
  3. # The only Command+... key that isn't Meta-ized is Command+Shift+O, so
  4. # you can open a bunch of EMACS'es in Communicae and switch around them.
  5. # Drag-and-drop does a find-file on the name, and arrows get turned into
  6. # their (smarter) EMACS equivalents.  Shift-arrows move bigger amounts.
  7. # Mouse support does this clever escape sequence that requires the file
  8. # communicae-mouse.el to have been previously loaded into EMACS.
  9. clearall
  10. pty = 1
  11. host = "emacs"
  12. logout = "^X^C"
  13. abortkey = 7
  14. send8bits
  15. mousedown = "\233%1Y;%1X;%ZH"
  16. tabwidth = 8
  17. font = "Ohlfs"
  18. fontsize = 10
  19. leading = 1
  20. rows = 60
  21. columns = 80
  22. winx = 314
  23. winy = 66
  24. menus = no
  25. drop = "^X^F%s^M"
  26. f0 = "%128c"    # Command
  27. f3 = "^P%|\317w"    # Up
  28. f4 = "^N%|\335"    # Down
  29. f5 = "^F%|\346"    # Right
  30. f6 = "^B%|\342"    # Left
  31. f207 = Other    # Cmd+O
  32.